home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000208_news@newsmaster….columbia.edu _Sun Oct 25 10:30:04 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA19928
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 25 Oct 1998 10:30:04 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA13704
  7.     for kermit.misc@watsun; Sun, 25 Oct 1998 10:30:03 -0500 (EST)
  8. Newsgroups: comp.protocols.kermit.misc
  9. Path: news.columbia.edu!panix!news-peer.gip.net!news.gsl.net!gip.net!newsfeed.cwix.com!128.230.129.106!news.maxwell.syr.edu!news.new-york.net!news.spc.edu!not-for-mail
  10. From: Terry Kennedy <terry@spcunb.spc.edu>
  11. Subject: Re: Compiling on BSD 3.1
  12. X-Newsreader: TIN [UNIX 1.3 unoff BETA 970527; i386 BSD/OS 3.1]
  13. X-Complaints-To: Email abuse@spc.edu if this posting is inappropriate
  14. NNTP-Posting-Host: spcunb.spc.edu
  15. Organization: St. Peter's College, US
  16. Message-ID: <F1E2vB.1Au@spcuna.spc.edu>
  17. References: <36315607.DEB1813A@tao4.agoron23.com> <F1BG4w.Hu0@spcuna.spc.edu> <36329CC7.86139D3B@tao2.agoron15.com>
  18. X-Trace: spcuna.spc.edu 909329159 29885 terry [192.107.46.132]
  19. Date: Sun, 25 Oct 1998 15:25:59 GMT
  20. Lines: 45
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:9408
  22.  
  23. falcon56@tao2.agoron15.com writes:
  24. > I just gave this a try, with C-Kermit 6.0, and it looked promising for a
  25. > while... then the compiling stopped.  Output of the compiling process is
  26. > below.
  27.  
  28.   Now that is *really* weird. I know I built this on BSD/OS 3.x, and I'm sure
  29. Frank did as well (he uses my systems for compiling the pre-built binaries).
  30. However, "warn" is a library routine in 4.4BSD and definitely conflicts with
  31. the definition in C-K. I expect that the other 4.4BSD-based systems don't run
  32. into this because they use ELF with weak symbols, while BSD/OS 3.x is a.out-
  33. based.
  34.  
  35.   Anyway, if you apply the following patch to the makefile it should compile
  36. cleanly.
  37.  
  38. *** makefile_orig    Sat Dec 28 13:18:05 1996
  39. --- makefile    Sun Oct 25 10:22:43 1998
  40. ***************
  41. *** 1431,1437 ****
  42.   bsdi:
  43.       @echo 'Making C-Kermit $(CKVER) for BSD/386 ...'
  44.       $(MAKE) wermit \
  45. !     "CFLAGS= -DBSD44 -DSETREUID -DSW_ACC_ID \
  46.       -DTCPSOCKET -DCK_CURSES -DDYNAMIC -DBPS_57K $(KFLAGS) -O" \
  47.       "LIBS= -lcurses -ltermcap"
  48.   
  49. --- 1431,1437 ----
  50.   bsdi:
  51.       @echo 'Making C-Kermit $(CKVER) for BSD/386 ...'
  52.       $(MAKE) wermit \
  53. !     "CFLAGS= -DBSD44 -DSETREUID -DSW_ACC_ID -Dwarn=wwarn\
  54.       -DTCPSOCKET -DCK_CURSES -DDYNAMIC -DBPS_57K $(KFLAGS) -O" \
  55.       "LIBS= -lcurses -ltermcap"
  56.   
  57.   This isn't needed for BSD/OS 4.0.
  58.  
  59. > By the way, Mr. Kennedy, do you have some kind of telepathic ability to
  60. > seek out SPC students and help them, no matter where they might be?
  61.  
  62.   Shhhh. It's a secret 8-)
  63.  
  64.     Terry Kennedy          Operations Manager, Academic Computing
  65.     terry@spcvxa.spc.edu      St. Peter's College, Jersey City, NJ USA
  66.         +1 201 915 9381 (voice)   +1 201 435-3662 (FAX)